Android (operating system)

Android

Home screen displayed by Samsung Galaxy Nexus, running Android 4.0 "Ice Cream Sandwich"
Company / developer Google Inc, Open Handset Alliance
Programmed in C (core),[1] Java (UI), C++
Working state Current
Source model Open Source[2][3]
Initial release 20 September 2008 (2008-09-20)
Latest stable release 4.0.3 (Ice Cream Sandwich) / 16 December 2011; 61 days ago (2011-12-16)[4]
Package manager Android Market / APK
Supported platforms ARM, MIPS,[5] x86 [6][7]
Kernel type Monolithic (Linux kernel)
Default user interface Graphical
License Apache License 2.0
Linux kernel patches under GNU GPL v2[8]
Official website www.android.com

Android is a Linux based operating system for mobile devices such as smartphones and tablet computers. It is developed by the Open Handset Alliance led by Google.[9][10]

Google purchased the initial developer of the software, Android Inc., in 2005.[11] The unveiling of the Android distribution in 2007 was announced with the founding of the Open Handset Alliance, a consortium of 84 hardware, software, and telecommunication companies devoted to advancing open standards for mobile devices.[12][13][14][15] Google releases the Android code as open-source, under the Apache License.[16] The Android Open Source Project (AOSP) is tasked with the maintenance and further development of Android.[17]

Android has a large community of developers writing applications ("apps") that extend the functionality of the devices. Developers write primarily in a customized version of Java.[18] As of October 2011 there were more than 300,000 apps available for Android, and the estimated number of applications downloaded from the Android Market as of December 2011 exceeded 10 billion.[19][20] Apps can be downloaded from third-party sites or through online stores such as Android Market, the app store run by Google.

Android was listed as the best-selling smartphone platform worldwide in Q4 2010 by Canalys[21][22] with over 200 million Android devices in use by November 2011.[23] As of December 2011 there are over 700,000 Android devices activated every day.[24]

Contents

History

Foundation

Android, Inc. was founded in Palo Alto, California, United States in October, 2003 by Andy Rubin (co-founder of Danger),[25] Rich Miner (co-founder of Wildfire Communications, Inc.),[26] Nick Sears (once VP at T-Mobile),[27] and Chris White (headed design and interface development at WebTV)[28] to develop, in Rubin's words "...smarter mobile devices that are more aware of its owner's location and preferences".[29] Despite the obvious past accomplishments of the founders and early employees, Android Inc. operated secretly, revealing only that it was working on software for mobile phones.[29] That same year, Rubin ran out of money. Steve Perlman, a close friend of Rubin, brought him $10,000 in cash in an envelope and refused a stake in the company.[30]

Acquisition by Google

Google acquired Android Inc. on August 17, 2005, making Android Inc. a wholly owned subsidiary of Google Inc. Key employees of Android Inc., including Andy Rubin, Rich Miner and Chris White, stayed at the company after the acquisition.[11] Not much was known about Android Inc. at the time of the acquisition, but many assumed that Google was planning to enter the mobile phone market with this move.[11]

Post-acquisition development

At Google, the team led by Rubin developed a mobile device platform powered by the Linux kernel. Google marketed the platform to handset makers and carriers on the promise of providing a flexible, upgradable system. Google had lined up a series of hardware component and software partners and signaled to carriers that it was open to various degrees of cooperation on their part.[31][32][33]

Speculation about Google's intention to enter the mobile communications market continued to build through December 2006.[34] Reports from the BBC and The Wall Street Journal noted that Google wanted its search and applications on mobile phones and it was working hard to deliver that. Print and online media outlets soon reported rumors that Google was developing a Google-branded handset. Some speculated that as Google was defining technical specifications, it was showing prototypes to cell phone manufacturers and network operators.

In September 2007, InformationWeek covered an Evalueserve study reporting that Google had filed several patent applications in the area of mobile telephony.[35][36]

Open Handset Alliance

On November 5, 2007, the Open Handset Alliance, a consortium of several companies which include Broadcom Corporation, Google, HTC, Intel, LG, Marvell Technology Group, Motorola, Nvidia, Qualcomm, Samsung Electronics, Sprint Nextel, T-Mobile and Texas Instruments unveiled itself. The goal of the Open Handset Alliance is to develop open standards for mobile devices.[14] On the same day, the Open Handset Alliance also unveiled their first product, Android, a mobile device platform built on the Linux kernel version 2.6.[14]

On December 9, 2008, 14 new members joined, including ARM Holdings, Atheros Communications, Asustek Computer Inc, Garmin Ltd, Huawei Technologies, PacketVideo, Softbank, Sony Ericsson, Toshiba Corp, and Vodafone Group Plc.[37][38]

Android Open Source Project

The Android Open Source Project (AOSP) is led by Google, and is tasked with the maintenance and development of Android.[39] According to the project "The goal of the Android Open Source Project is to create a successful real-world product that improves the mobile experience for end users."[40] AOSP also maintains the Android Compatibility Program, defining an "Android compatible" device "as one that can run any application written by third-party developers using the Android SDK and NDK", to prevent incompatible Android implementations.[40] The compatibility program is also optional and free of charge, with the Compatibility Test Suite also free and open-source.[41]

Version history

Android has seen a number of updates since its original release, each fixing bugs and adding new features. Each version is named, in alphabetical order, after a dessert.[42]

Recent releases
  • 3.1 Honeycomb, released in May 2011, added support for extra input devices, USB host mode for transferring information directly from cameras and other devices, and the Google Movies and Books apps.[52]
  • 3.2 Honeycomb, released in July 2011, added optimization for a broader range of screen sizes, new "zoom-to-fill" screen compatibility mode, loading media files directly from SD card, and an extended screen support API.[53] Huawei MediaPad is the first 7 inch tablet to use this version [54]

Design

Android consists of a kernel based on the Linux kernel, with middleware, libraries and APIs written in C and application software running on an application framework which includes Java-compatible libraries based on Apache Harmony. Android uses the Dalvik virtual machine with just-in-time compilation to run Dalvik dex-code (Dalvik Executable), which is usually translated from Java bytecode.[56]

Linux

Android's kernel is based on the Linux kernel and has further architecture changes by Google outside the typical Linux kernel development cycle.[57] Android does not have a native X Window System nor does it support the full set of standard GNU libraries, and this makes it difficult to port existing Linux applications or libraries to Android.[58]

Certain features that Google contributed back to the Linux kernel, notably a power management feature called wakelocks, were rejected by mainline kernel developers, partly because kernel maintainers felt that Google did not show any intent to maintain their own code.[59][60][61] Even though Google announced in April 2010 that they would hire two employees to work with the Linux kernel community,[62] Greg Kroah-Hartman, the current Linux kernel maintainer for the -stable branch, said in December 2010 that he was concerned that Google was no longer trying to get their code changes included in mainstream Linux.[60] Some Google Android developers hinted that "the Android team was getting fed up with the process", because they were a small team and had more urgent work to do on Android.[63]

However, in September 2010 Linux kernel developer Rafael J. Wysocki added a patch that improved the mainline Linux wakeup events framework. He said that Android device drivers that use wakelocks can now be easily merged into mainline Linux, but that Android's opportunistic suspend features should not be included in the mainline kernel.[64][65] In 2011 Linus Torvalds said that "eventually Android and Linux would come back to a common kernel, but it will probably not be for four to five years.".[66]

In December 2011 Greg Kroah-Hartman announced the start of the Android Mainlining Project, which aims to put some Android drivers, patches and features back into the Linux kernel, starting in Linux 3.3.[67]

Features

Current features and specifications:[68][69][70]

Handset layouts
The platform is adaptable to larger, VGA, 2D graphics library, 3D graphics library based on OpenGL ES 2.0 specifications, and traditional smartphone layouts.
Storage
SQLite, a lightweight relational database, is used for data storage purposes.
Connectivity
Android supports connectivity technologies including GSM/EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi, LTE, NFC and WiMAX.
Messaging
SMS and MMS are available forms of messaging, including threaded text messaging and now Android Cloud To Device Messaging (C2DM) is also a part of Android Push Messaging service.
Multiple language support
Android supports multiple languages.[43]
Web browser
The web browser available in Android is based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine. The browser scores 100/100 on the Acid3 test on Android 4.0, however it does have some rendering issues.
Java support
While most Android applications are written in Java, there is no Java Virtual Machine in the platform and Java byte code is not executed. Java classes are compiled into Dalvik executables and run on Dalvik, a specialized virtual machine designed specifically for Android and optimized for battery-powered mobile devices with limited memory and CPU. J2ME support can be provided via third-party applications.
Media support
Android supports the following audio/video/still media formats: WebM, H.263, H.264 (in 3GP or MP4 container), MPEG-4 SP, AMR, AMR-WB (in 3GP container), AAC, HE-AAC (in MP4 or 3GP container), MP3, MIDI, Ogg Vorbis, FLAC, WAV, JPEG, PNG, GIF, BMP.[70]
Streaming media support
RTP/RTSP streaming (3GPP PSS, ISMA), HTML progressive download (HTML5 <video> tag). Adobe Flash Streaming (RTMP) and HTTP Dynamic Streaming are supported by the Flash plugin.[71] Apple HTTP Live Streaming is supported by RealPlayer for Android,[72] and by the operating system in Android 3.0 (Honeycomb).[47]
Additional hardware support
Android can use video/still cameras, touchscreens, GPS, accelerometers, gyroscopes, barometers, magnetometers, dedicated gaming controls, proximity and pressure sensors, thermometers, accelerated 2D bit blits (with hardware orientation, scaling, pixel format conversion) and accelerated 3D graphics.
Multi-touch
Android has native support for multi-touch which was initially made available in handsets such as the HTC Hero. The feature was originally disabled at the kernel level (possibly to avoid infringing Apple's patents on touch-screen technology at the time).[73] Google has since released an update for the Nexus One and the Motorola Droid which enables multi-touch natively.[74]
Bluetooth
Supports A2DP, AVRCP, sending files (OPP), accessing the phone book (PBAP), voice dialing and sending contacts between phones. Keyboard, mouse and joystick (HID) support is available in Android 3.1+, and in earlier versions through manufacturer customizations and third-party applications.[75]
Video calling
Android does not support native video calling, but some handsets have a customized version of the operating system that supports it, either via the UMTS network (like the Samsung Galaxy S) or over IP. Video calling through Google Talk is available in Android 2.3.4 and later. Gingerbread allows Nexus S to place Internet calls with a SIP account. This allows for enhanced VoIP dialing to other SIP accounts and even phone numbers. Skype 2.1 offers video calling in Android 2.3, including front camera support.
Multitasking
Multitasking of applications is available.[76]
Voice based features
Google search through voice has been available since initial release.[77] Voice actions for calling, texting, navigation, etc. are supported on Android 2.2 onwards.[78]
Tethering
Android supports tethering, which allows a phone to be used as a wireless/wired Wi-Fi hotspot. Before Android 2.2 this was supported by third-party applications or manufacturer customizations.[79]
Screen capture
Android natively supports the ability to capture a screenshot by method of pressing both the power and volume-down buttons at the same time on an Android device. This native support was first included within the Android 4.0 (Ice Cream Sandwich) update, which is first seen on the Galaxy Nexus smartphone.[80] Previously, Android did not feature native support for screen capturing which would have likely been due to security concerns. Furthermore, prior manufacturer and third-party customizations as well as using a PC connection (DDMS developer's tool) were the only known methods of capturing a screenshot on Android.

Uses

While Google has their own line of Android smartphones, the Google Nexus series, the open and customizable nature of the Android operating system allows it to be used on most electronics, including but not limited to: smartphones, laptops, netbooks, smartbooks,[83][84] tablet computers, E-book readers,[85] TVs (Google TV), wristwatches,[86] headphones,[87] Car CD and DVD players,[88] digital cameras,[89][90][91][92] Portable media players[93] and other devices.[94]

The main hardware platform for Android is the ARM architecture. There is support for x86 from the Android x86 project,[95] and Google TV uses a special x86 version of Android.

The first commercially available phone to run Android was the HTC Dream, released on 22 October 2008.[96] In early 2010 Google collaborated with HTC to launch its flagship[97] Android device, the Nexus One. This was followed later in 2010 with the Samsung-made Nexus S and in 2011 with the Galaxy Nexus.

iOS and Android 2.3.3 'Gingerbread' may be set up to dual boot on a jailbroken iPhone or iPod Touch with the help of OpeniBoot and iDroid.[98][99]

The Novo 7, manufactured by the Chinese company Ainol Electronics, was the world's first Android 4.0 Ice Cream Sandwich tablet.[100]

Applications

Applications are usually developed in the Java language using the Android Software Development Kit, but other development tools are available, including a Native Development Kit for applications or extensions in C or C++, Google App Inventor, a visual environment for novice programmers and various cross platform mobile web applications frameworks .

Android Market

Android Market is the online software store developed by Google for Android devices. An application program ("app") called "Market" is preinstalled on most Android devices and allows users to browse and download apps published by third-party developers, hosted on Android Market. As of October 2011 there were more than 300,000 apps available for Android, and the estimated number of applications downloaded from the Android Market as of December 2011 exceeded 10 billion.[19][20] The operating system itself is installed on 130 million total devices.[101]

Only devices that comply with Google's compatibility requirements are allowed to preinstall Google's closed-source Android Market app and access the Market.[102] The Market filters the list of applications presented by the Market app to those that are compatible with the user's device, and developers may restrict their applications to particular carriers or countries for business reasons. [103]

Google has participated in the Android Market by offering several applications themselves, including Google Voice (for the Google Voice service), Sky Map (for watching stars), Finance (for their finance service), Maps Editor (for their MyMaps service), Places Directory (for their Local Search), Google Goggles that searches by image, Gesture Search (for using finger-written letters and numbers to search the contents of the phone), Google Translate, Google Shopper, Listen for podcasts and My Tracks, a jogging application. In August 2010, Google launched "Voice Actions for Android",[104] which allows users to search, write messages, and initiate calls by voice.

Alternatively, users can install apps directly onto the device if they have the application's APK file or from third party app stores such as the Amazon Appstore,[105] .

Application security

Android applications run in a sandbox, an isolated area of the operating system that does not have access to the rest of the system's resources, unless access permissions are granted by the user when the application is installed. Before installing an application, Android Market displays all required permissions. A game may need to enable vibration, for example, but should not need to read messages or access the phonebook. After reviewing these permissions, the user can decide whether to install the application.[106]

Some Android malware incidents have been reported involving rogue applications on Android Market. In August 2010, Kaspersky Lab reported detection of the first malicious program for Android, named Trojan-SMS.AndroidOS.FakePlayer.a, an SMS trojan which had already infected a number of devices.[107] In some cases applications which contained Trojans were hidden in pirated versions of legitimate apps.[108][109] Google has responded by removing malicious apps from the Android Market, and remotely disabling them on infected devices.[110] Security firms such as AVG Technologies, Avast! and Symantec have released antivirus software for Android devices.

Privacy

Android smartphones have the ability to report the location of Wi-Fi access points, encountered as phone users move around, to build vast databases containing the physical locations of hundreds of millions of such access points. These databases form electronic maps to locate smartphones, allowing them to run apps like Foursquare, Latitude, Places, and to deliver location-based ads.[111]

One design issue is that average users cannot monitor how applications access and use private and sensitive data (e.g. location and hardware ID numbers). Even during installation, permission checks do not often indicate to the user how critical services and data will be used or misused. Third party monitoring software such as TaintDroid,[112] an academic research-funded project, can identify personal information sent from applications to remote servers.[113]

Marketing

The Android logo was designed along with the Droid font family made by Ascender Corporation.[114]

Android Green is the color of the Android Robot that represents the Android operating system. The print color is PMS 376C and the RGB color value in hexadecimal is #A4C639, as specified by the Android Brand Guidelines.[115] The custom typeface of Android is called Norad (cf. NORAD). It is only used in the text logo.[116]

Market share

Research company Canalys estimated in Q2 2009 that Android had a 2.8% share of worldwide smartphone shipments.[117] By Q4 2010 this had grown to 33% of the market, becoming the top-selling smartphone platform. This estimate includes the Tapas and OMS variants of Android.[21] By Q3 2011 Gartner estimates more than half (52.5%) of the smartphone market belongs to Android.[118]

In February 2010 ComScore said the Android platform had 9.0% of the U.S. smartphone market, as measured by current mobile subscribers. This figure was up from an earlier estimate of 5.2% in November 2009.[119] By the end of Q3 2010 Android's U.S. market share had grown to 21.4%.[120]

In May 2010, Android's first quarter U.S. sales surpassed that of the rival iPhone platform. According to a report by the NPD group, Android achieved 25% smartphone sales in the US market, up 8% from the December quarter. In the second quarter, Apple's iOS was up by 11%, indicating that Android is taking market share mainly from RIM, and still has to compete with heavy consumer demand for new competitor offerings.[121] Furthermore, analysts pointed to advantages that Android has as a multi-channel, multi-carrier OS, which allowed it to duplicate the quick success of Microsoft's Windows Mobile.[122] In Q4 2010 Android had 59% of the total installed user base of Apple's iOS in the U.S. and 46% of the total installed user base of iOS in Europe.[123][124]

As of June 2011, Google said that 550,000 new Android devices were being activated every day[125]— up from 400,000 per day a month earlier — and more than 100 million devices had been activated.[126] Android hit 300,000 activations per day back in December 2010. By July 14, 2011, 550,000 Android devices were being activated by Google each day, with 4.4% growth per week.[127] On the 1st of August 2011, Canalys estimated that Android had about 48% of the smartphone market share.[128] On October 13, 2011, Google announced that there were 190 million Android devices in the market.[129] As of November 16, 2011, during the Google Music announcement "These Go to Eleven", 200 million Android devices had been activated.[130] Based on this number, with 1.9% of Android devices being tablets, approximately 3.8 million Android Honeycomb Tablets have been sold.[131] On December 20, 2011. Andy Rubin announced that Google was activating 700,000 new Android devices daily.[24]

Usage share

Usage share of the different versions, by January 3, 2012.[132]

Version
Distribution API level  %
4.0 Ice Cream Sandwich 14-15 0.6%
3.x.x Honeycomb 11-13 3.3%
2.3.x Gingerbread 9-10 55.5%
2.2 Froyo 8 30.4%
2.1 Eclair 7 8.5%
1.6 Donut 4 1.1%
1.5 Cupcake 3 0.6%

There were two more internal releases, called "Astro" and "Bender". The code names are in alphabetical order, and were allegedly changed from robots to desserts to avoid trademark issues.[133]

Retail Stores

The carrier Telstra opened the world's first Android store, Androidland, on Bourke Street, Melbourne in December 2011.[134]

Intellectual property

Trademarks

In order to use the Android trademark, device manufacturers must ensure that the device complies with the Compatibility Definition Document (CDD) and then get permission from Google. Devices must also meet this definition to be eligible to license Google's closed-source applications, including the Android Market.[135] Participation in the compatibility program is free of charge.[41]

In September 2010, Skyhook Wireless filed a lawsuit against Google in which they alleged that Google had used the compatibility document to block Skyhook's mobile positioning service (XPS) from Motorola's Android mobile devices.[136] In December 2010 a judge denied Skyhook's motion for preliminary injunction, saying that Google had not closed off the possibility of accepting a revised version of Skyhook's XPS service, and that Motorola had terminated their contract with Skyhook because Skyhook wanted to disable Google's location data collection functions on Motorola's devices, which would have violated Motorola's obligations to Google and its carriers.[137]

Licensing

The source code for Android is available under free and open source software licenses. Google published their Linux kernel changes under the GNU General Public License version 2, and the rest of the code (including network and telephony stacks)[138] under the Apache License version 2.0.[139][140][141] Google also keeps the reviewed issues list publicly open for anyone to see and comment.[142]

The Open Handset Alliance develops the GPL-licensed part of Android, that is their changes to the Linux kernel, in public, with source code publicly available at all times. The rest of Android is developed in private, with source code released publicly when a major new version is released. Typically Google collaborates with a hardware manufacturer to produce a flagship device (part of the Google Nexus series) featuring the new version of Android, then makes the source code available after that device has been released.[143]

In early 2011, Google chose to temporarily withhold the Android source code to the tablet-only Honeycomb release, creating doubts over Google's commitment to open source with Android.[144] The reason, according to Andy Rubin in an official Android blog post, was because Honeycomb was rushed for production of the Motorola Xoom,[145] and they did not want third parties creating a "really bad user experience" by attempting to put onto smartphones a version of Android intended for tablets.[146] The source code was once again made available in November 2011 with the release of Android 4.0.[147]

Patents

Both Android and Android phone manufacturers have been the target of numerous patent lawsuits. On 12 August 2010, Oracle sued Google over claimed infringement of copyrights and patents related to the Java programming language.[148] Specifically, the patent infringement claim references seven United States patents including US 5966702  "Method and apparatus for pre-processing and packaging class files", and US 6910205  "Interpreting functions utilizing a hybrid of virtual and native machine instructions".[149]

In response, Google submitted multiple lines of defense, counterclaiming that Android did not infringe on Oracle's patents or copyright, that Oracle's patents were invalid, and several other defenses. They said that Android is based on Apache Harmony, a clean room implementation of the Java class libraries, and an independently developed virtual machine called Dalvik.[150][151][152]

Microsoft has also sued several manufacturers of Android devices for patent infringement, and collects patent licensing fees from others. In October 2011 Microsoft said they had signed license agreements with ten Android device manufacturers, accounting for 55% of worldwide revenue for Android devices.[153] These include Samsung and HTC.[154]

Google has publicly expressed its dislike for the current patent landscape in the United States, accusing Apple, Oracle and Microsoft of trying to take down Android through patent litigation, rather than innovating and competing with better products and services.[155] In August 2011, Google started the process of purchasing Motorola Mobility for US$12.5 billion, which was viewed in part as a defensive measure to protect Android, since Motorola Mobility holds more than 17,000 patents.[156]

See also

References

  1. ^ Lextrait, Vincent (January 2010). "The Programming Languages Beacon, v10.0". http://www.lextrait.com/Vincent/implementations.html. Retrieved 2010-01-05. 
  2. ^ "Philosophy and Goals | Android Open Source". Source.android.com. http://source.android.com/about/philosophy.html. Retrieved 2012-01-01. 
  3. ^ "Codenames, Tags, and Build Numbers | Android Open Source". Source.android.com. 2010-06-24. http://source.android.com/source/build-numbers.html. Retrieved 2011-08-08. 
  4. ^ Xavier Ducrohet (16 December 2011). "Android 4.0.3 Platform and Updated SDK tools". Android Developers Blog. http://android-developers.blogspot.com/2011/12/android-403-platform-and-updated-sdk.html. Retrieved 17 December 2011. 
  5. ^ "MIPS gets sweet with Honeycomb". Eetimes.com. http://www.eetimes.com/electronics-news/4215490/MIPS-gets-sweet-with-Honeycomb. Retrieved 2011-08-08. 
  6. ^ "Porting Android to x86". Android-x86. http://www.android-x86.org/. Retrieved 2011-08-08. 
  7. ^ Agam Shah (2011-12-01). "Google's Android 4.0 ported to x86 processors". Computerworld. http://www.computerworld.com/s/article/9222323/Google_s_Android_4.0_ported_to_x86_processors. Retrieved 2011-12-19. 
  8. ^ "Licenses". Android Open Source Project. Open Handset Alliance. http://source.android.com/source/licenses.html. Retrieved 2010-06-10. 
  9. ^ "Google Projects for Android". code.google.com. Google Inc. 2011. Archived from the original on 2011-02-23. http://www.webcitation.org/5wiw1JXa2. Retrieved 2011-02-23. 
  10. ^ "Philosophy and Goals". source.android.com. Google Inc. 2011. Archived from the original on 2011-02-23. http://www.webcitation.org/5wiy036ap. Retrieved 2011-02-23. 
  11. ^ a b c "Google Buys Android for Its Mobile Arsenal". Businessweek.com. 2005-08-17. http://www.businessweek.com/technology/content/aug2005/tc20050817_0949_tc024.htm. Retrieved 2010-10-29. 
  12. ^ "Open Handset Alliance". Open Handset Alliance. http://www.openhandsetalliance.com/. Retrieved 2010-06-10. 
  13. ^ Jackson, Rob (10 December 2008). "Sony Ericsson, HTC Androids Set For Summer 2009". Android Phone Fans. http://phandroid.com/2008/12/10/sony-ericsson-htc-androids-set-for-summer-2009/. Retrieved 2009-09-03. 
  14. ^ a b c "Industry Leaders Announce Open Platform for Mobile Devices" (Press release). Open Handset Alliance. 2007-11-05. http://www.openhandsetalliance.com/press_110507.html. Retrieved 2007-11-05. 
  15. ^ "FAQ" (Press release). Open Handset Alliance. http://www.openhandsetalliance.com/oha_faq.html. Retrieved 2010-11-15. 
  16. ^ "Android Overview". Open Handset Alliance. http://www.openhandsetalliance.com/android_overview.html. Retrieved 2008-09-23. 
  17. ^ "About the Android Open Source Project". http://source.android.com/about/index.html. Retrieved 2010-11-15. 
  18. ^ Shankland, Stephen (12 November 2007). "Google's Android parts ways with Java industry group". CNET News. http://www.news.com/8301-13580_3-9815495-39.html. 
  19. ^ a b "Android Market reaches 500,000 app mark". www.t3.com. 2011-10-23. http://www.t3.com/news/android-market-reaches-500000-app-mark. Retrieved 2011-10-23. 
  20. ^ a b Christina Bonnington (8 December 2011). "Google's 10 Billion Android App Downloads: By the Numbers". wired.com. http://www.wired.com/gadgetlab/2011/12/10-billion-apps-detailed/. Retrieved 12 December 2011. 
  21. ^ a b Tarmo Virki and Sinead Carew (2011-01-31). "Google topples Symbian from smartphones top spot". Reuters. http://uk.reuters.com/article/2011/01/31/oukin-uk-google-nokia-idUKTRE70U1YT20110131. Retrieved 1 February 2011. 
  22. ^ "Google's Android becomes the world's leading smart phone platform (Canalys research release: r2011013)". Canalys. 31 January 2011. http://www.canalys.com/pr/2011/r2011013.html. Retrieved 1 February 2011. 
  23. ^ Charles Arthur (2011-10-14). "Mobile generating equivalent of $2.5bn a year, says Google chief". Guardian. http://www.guardian.co.uk/technology/2011/oct/14/android-google-ad-revenue. Retrieved 2011-10-15. 
  24. ^ a b "Android Phones Pass 700,000 Activations Per Day, Approaching 250 Million Total". TechCrunch. 22 December 2011. http://techcrunch.com/2011/12/22/android-700000/. Retrieved 22 December 2011. 
  25. ^ Markoff, John (2007-11-04). "I, Robot: The Man Behind the Google Phone". The New York Times. http://www.nytimes.com/2007/11/04/technology/04google.html?_r=2&hp=&pagewanted=all. Retrieved 2008-10-14. 
  26. ^ Kirsner, Scott (2007-09-02). "Introducing the Google Phone". The Boston Globe. Archived from the original on January 4, 2010. http://web.archive.org/web/20100104054533/http://www.boston.com/business/technology/articles/2007/09/02/introducing_the_google_phone/. Retrieved 2008-10-24. 
  27. ^ "T-Mobile Brings Unlimited Multiplayer Gaming to US Market with First Launch of Nokia N-Gage Game Deck" (Press release). Nokia. 23 September 2003. http://www.nokia.com/A4136002?newsid=918410. Retrieved 2009-04-05. 
  28. ^ Elgin, Ben (17 August 2005). "Google Buys Android for Its Mobile Arsenal". BusinessWeek. http://www.businessweek.com/technology/content/aug2005/tc20050817_0949_tc024.htm. Retrieved 2009-04-23. 
  29. ^ a b Elgin, Ben (2005-08-17). "Google Buys Android for Its Mobile Arsenal". businessweek.com. Bloomberg L.P. Archived from the original on 2011-02-24. http://www.webcitation.org/5wk7sIvVb. Retrieved 2011-02-24. "In what could be a key move in its nascent wireless strategy, Google (GOOG) has quietly acquired startup Android Inc...." 
  30. ^ Vance, Ashlee (2011-08-07). "A Thousand Times Yes". Bloomberg BusinessWeek. http://www.airsla.org/broadcasts/BusinessWeek110802.mp3. Retrieved 2011-11-09. 
  31. ^ Block, Ryan (2007-08-28). "Google is working on a mobile OS, and it's due out shortly". Engadget. http://www.engadget.com/2007/08/28/google-is-working-on-a-mobile-os-and-its-due-out-shortly/. Retrieved 2007-11-06. 
  32. ^ Sharma, Amol; Delaney, Kevin J. (2007-08-02). "Google Pushes Tailored Phones To Win Lucrative Ad Market". The Wall Street Journal. http://online.wsj.com/article_email/SB118602176520985718-lMyQjAxMDE3ODA2MjAwMjIxWj.html. Retrieved 2007-11-06. 
  33. ^ "Google admits to mobile phone plan". directtraffic.org. Google News. 2007-03-20. http://www.directtraffic.org/OnlineNews/Google_admits_to_mobile_phone_plan_18094880.html. Retrieved 2007-11-06. 
  34. ^ McKay, Martha (21 December 2006). "Can iPhone become your phone?; Linksys introduces versatile line for cordless service". [[The Record (Bergen County)|]]: p. L9. "And don't hold your breath, but the same cell phone-obsessed tech watchers say it won't be long before Google jumps headfirst into the phone biz. Phone, anyone?" 
  35. ^ Claburn, Thomas (2007-09-19). "Google's Secret Patent Portfolio Predicts gPhone". InformationWeek. http://www.informationweek.com/news/showArticle.jhtml?articleID=201807587&cid=nl_IWK_daily. Retrieved 2007-11-06. 
  36. ^ Pearce, James Quintana (2007-09-20). "Google's Strong Mobile-Related Patent Portfolio". mocoNews.net. http://www.moconews.net/entry/419-googles-strong-mobile-related-patent-portfolio/. Retrieved 2007-11-07. 
  37. ^ Martinez, Jennifer (2008-12-10). "Corrected: Update 2: More mobile phone makers back Google's Android". Reuters (Thomson Reuters). http://www.reuters.com/article/newsOne/idUSN0928595620081210. Retrieved 2008-12-13. 
  38. ^ Kharif, Olga (2008-12-09). "Google's Android Gains More Powerful Followers". BusinessWeek. McGraw-Hill. http://www.businessweek.com/the_thread/techbeat/archives/2008/12/googles_android_2.html. Retrieved 2008-12-13. 
  39. ^ "About the Android Open Source Project | Android Open Source". Source.android.com. http://source.android.com/about/index.html. Retrieved 2011-12-29. 
  40. ^ a b "Philosophy and Goals | Android Open Source". Source.android.com. http://source.android.com/about/philosophy.html. Retrieved 2011-12-29. 
  41. ^ a b "Frequently Asked Questions | Android Open Source". Source.android.com. http://source.android.com/faqs.html#compatibility. Retrieved 2011-12-29. 
  42. ^ John D. Sutter (4 February 2011). "Why does Google name its Android products after desserts?". CNNTech. http://articles.cnn.com/2011-02-04/tech/google.honeycomb.android.names_1_google-android-android-os-randall-sarafa?_s=PM:TECH. Retrieved 21 October 2011. 
  43. ^ a b "Android 2.3 Platform Highlights". Android Developers. 6 December 2010. http://developer.android.com/sdk/android-2.3-highlights.html. Retrieved 2010-12-07. 
  44. ^ Mithun Chandrasekhar (2 February 2011). "Google's Android Event Analysis". AnandTech. http://www.anandtech.com/show/4150/googles-android-event-analysis/2. Retrieved 5 February 2011. "I confirmed this with Google; Honeycomb, at least in the current form, will not be coming to non-tablet devices." 
  45. ^ Rapheal, JR. "Will Android Honeycomb come to smartphones?". Computerworld. http://blogs.computerworld.com/17642/android_honeycomb_smartphones. Retrieved 24 February 2011. 
  46. ^ "Android Platform Highlights". Google. http://developer.android.com/sdk/android-3.0-highlights.html. Retrieved 24 February 2011. 
  47. ^ a b "Android 3.0 Platform Highlights". Android Developers. 26 January 2011. http://developer.android.com/sdk/android-3.0-highlights.html. Retrieved 2011-01-26. 
  48. ^ "Notes on the implementation of encryption in Android 3.0". Android.com. http://source.android.com/tech/encryption/android_crypto_implementation.html. Retrieved 29 December 2011. "If you want to enable encryption on your device based on Android 3.0 aka Honeycomb" 
  49. ^ "Encrypt the phone's internal storage". Android Enthusiasts - Stack Exchange. 8 May 2011. http://android.stackexchange.com/questions/4567/encrypt-the-phones-internal-storage. Retrieved 29 December 2011. "Android 3 (Honeycomb) offers full system encryption natively." 
  50. ^ Nilay Patel (26 January 2011). "Motorola Atrix 4G and Xoom tablet launching at the end of February, Droid Bionic and LTE Xoom in Q2". Engadget. http://www.engadget.com/2011/01/26/motorola-atrix-4g-and-xoom-tablet-launching-at-the-end-of-februa/. Retrieved 5 February 2011. 
  51. ^ German, Kent (2011-10-18). "Ice Cream Sandwich adds tons of new features". Reviews.cnet.com. http://reviews.cnet.com/8301-19736_7-20122331-251/ice-cream-sandwich-adds-tons-of-new-features/?tag=mncol;txt. Retrieved 2011-11-18. 
  52. ^ Donald Melenson (10 May 2011). "Google announces Android 3.1, available on Verizon Xoom today". Engadget. http://www.engadget.com/2011/05/10/google-announces-android-3-1/. Retrieved 23 October 2011. 
  53. ^ Crothers, Brooke (2011-07-17). "Android 3.2 official, coming to a tablet near you". News.cnet.com. http://news.cnet.com/8301-13924_3-20080221-64/android-3.2-official-coming-to-a-tablet-near-you/. Retrieved 2011-08-08. 
  54. ^ Darren Murph (2011-06-20). "Huawei MediaPad revealed first 3.2 tablet". Engadget. http://www.engadget.com/2011/06/20/huawei-mediapad-revealed-worlds-first-7-inch-android-3-2-table/. Retrieved 2011-06-20. 
  55. ^ Brad Molen (18 October 2011). "Android 4.0 Ice Cream Sandwich now official, includes revamped design, enhancements galore". Engadget. http://www.engadget.com/2011/10/18/android-4-0-ice-cream-sandwich-now-official/. Retrieved 21 October 2011. 
  56. ^ Tim Bray (24 November 2010). "What Android Is". ongoing by Tim Bray. http://www.tbray.org/ongoing/When/201x/2010/11/14/What-Android-Is. Retrieved 27 October 2011. 
  57. ^ Androidology – Part 1 of 3 – Architecture Overview (Video). YouTube. 2008-09-06. http://www.youtube.com/watch?v=QBGfUs9mQYY. Retrieved 2007-11-07. 
  58. ^ Paul, Ryan (23 February 2009). "Dream(sheep++): A developer's introduction to Google Android". Ars Technica. http://arstechnica.com/open-source/reviews/2009/02/an-introduction-to-google-android-for-developers.ars. Retrieved 2009-03-07. 
  59. ^ "Linux developer explains Android kernel code removal". ZDNet. 2010-02-02. http://news.zdnet.com/2100-9595_22-389733.html. Retrieved 2010-02-03. 
  60. ^ a b Greg Kroah-Hartman (2010-02-02). "Android and the Linux kernel community". http://www.kroah.com/log/linux/android-kernel-problems.html. Retrieved 2010-02-03. "Google shows no sign of working to get their code upstream anymore. Some companies are trying to strip the Android-specific interfaces from their codebase and push that upstream, but that causes a much larger engineering effort, and is a pain that just should not be necessary." 
  61. ^ "Garrett's LinuxCon Talk Emphasizes Lessons Learned from Android/Kernel Saga". Linux.com. 2011-08-10. http://www.linux.com/news/embedded-mobile/mobile-linux/344486-garretta-linuxcon-talk-emphasizes-lessons-learned-from-androidkernel-saga. Retrieved 2011-01-02. 
  62. ^ "DiBona: Google will hire two Android coders to work with kernel.org". www.zdnet.com. 15 April 2010. http://blogs.zdnet.com/open-source/?p=6274. Retrieved 2010-04-29. 
  63. ^ "Android/Linux kernel fight continues". Computerworld. 2010-09-07. http://blogs.computerworld.com/16900/android_linux_kernel_fight_continues. Retrieved 2011-01-02. 
  64. ^ Rafael J. Wysocki (24 November 2010). "An alternative to suspend blockers". lwn.net. http://lwn.net/Articles/416690/. Retrieved 7 September 2011. 
  65. ^ Rafael J. Wysocki (12 November 2010). "Technical Background of the Android Suspend Blockers Controversy". http://lwn.net/images/pdf/suspend_blockers.pdf. Retrieved 7 September 2011. "...the most controversial parts of the Android's opportunistic suspend infrastructure are not really necessary and therefore they should not be included into the mainline kernel.... it should be possible to convert the vast majority of the Android device drivers using wakelocks to the mainline kernel code base." 
  66. ^ Steven J. Vaughan-Nichols (18 August 2011). "Linus Torvalds on Android, the Linux fork". zdnet.com. http://www.zdnet.com/blog/open-source/linus-torvalds-on-android-the-linux-fork/9426. Retrieved 8 September 2011. 
  67. ^ Chris von Eitzen (23 December 2011). "Android drivers to be included in Linux 3.3 kernel". h-online.com. http://www.h-online.com/open/news/item/Android-drivers-to-be-included-in-Linux-3-3-kernel-1400996.html. Retrieved 23 December 2011. 
  68. ^ "What is Android?". Android Developers. 21 July 2009. http://developer.android.com/guide/basics/what-is-android.html. Retrieved 2009-09-03. 
  69. ^ Topolsky, Joshua (2007-11-12). "Google's Android OS early look SDK now available". Engadget. http://www.engadget.com/2007/11/12/googles-android-os-early-look-sdk-now-available/. Retrieved 2007-11-12. 
  70. ^ a b "Android Supported Media Formats". Android Developers. http://developer.android.com/guide/appendix/media-formats.html. Retrieved 2009-05-01. 
  71. ^ "Flash Flayer 10.1 for Android 2.2 Release Notes". Adobe Knowledgebase. http://kb2.adobe.com/cps/860/cpsid_86018.html. Retrieved 27 January 2011. 
  72. ^ "RealNetworks Gives Handset and Tablet OEMs Ability to Deliver HTTP Live Content to Android Users". realnetworks.com. 10 September 2010. http://www.realnetworks.com/pressroom/releases/2010/RealPlayer-for-Mobile-Delivers-HTTP-Live-Content-to-Android.aspx. Retrieved 27 January 2011. 
  73. ^ Musil, Steven (11 February 2009). "Report: Apple nixed Android's multitouch". CNET News. http://news.cnet.com/8301-13579_3-10161312-37.html. Retrieved 2009-09-03. 
  74. ^ Ziegler, Chris (2 February 2010). "Nexus One gets a software update, enables multitouch". Engadget. http://www.engadget.com/2010/02/02/nexus-one-gets-a-software-update-enables-multitouch/. Retrieved 2010-02-02. 
  75. ^ "Android 3.1 Platform Highlights". Android Developers. http://developer.android.com/sdk/android-3.1-highlights.html#UserFeatures. Retrieved 26 August 2011. 
  76. ^ Bray, Tim (28 April 2010). "Multitasking the Android Way". Android Developers. http://android-developers.blogspot.com/2010/04/multitasking-android-way.html. Retrieved 2010-11-03. 
  77. ^ "Speech Input for Google Search". Android Developers. http://developer.android.com/resources/articles/speech-input.html. Retrieved 3 November 2010. 
  78. ^ "Voice Actions for Android". google.com. http://www.google.com/mobile/voice-actions/. Retrieved 27 January 2011. 
  79. ^ JR Raphael (6 May 2010). "Use Your Android Phone as a Wireless Modem". PCWorld. http://www.pcworld.com/article/190265/use_your_android_phone_as_a_wireless_modem.html. Retrieved 3 November 2010. 
  80. ^ Nancy Gohring (19 October 2011). "Samsung, Google Unveil Latest Android OS, Phone". PCWorld. http://www.pcworld.com/article/242128/samsung_google_unveil_latest_android_os_phone.html. Retrieved 19 October 2011. 
  81. ^ December 29, 2011 by Lauren Hockenson 31. "The Android-Powered Smart Watch Marries Luxury and Tech". Mashable.com. http://mashable.com/2011/12/29/im-watch-design/. Retrieved 2012-01-01. 
  82. ^ Rob Waugh (2011-11-29). "Time for a chat? New watch-phone puts Android on your wrist | Mail Online". Dailymail.co.uk. http://www.dailymail.co.uk/sciencetech/article-2067701/Time-chat-New-watch-phone-puts-Android-wrist.html. Retrieved 2012-01-01. 
  83. ^ "Sharp ISO1 Android Smartbook Headed To Japan". Phandroid.com. 2010-03-30. http://phandroid.com/2010/03/30/sharp-iso1-android-smartbook-headed-to-japan/. Retrieved 2012-01-01. 
  84. ^ Laura June (6 September 2010). "Toshiba AC100 Android smartbook hits the United Kingdom". Engadget. http://www.engadget.com/2010/09/06/toshiba-ac100-android-smartbook-hits-the-united-kingdom/. Retrieved 9 June 2011. 
  85. ^ Jolie O'Dell (12 May 2011). "Androids Unite: How Ice Cream Sandwich Will End the OS Schism". Mashable. http://mashable.com/2011/05/12/ice-cream-sandwich/. Retrieved 9 June 2011. 
  86. ^ "i'm Watch". Live.imwatch.it. http://live.imwatch.it/. Retrieved 2011-11-18. 
  87. ^ http://www.theregister.co.uk/2011/01/12/now_audio_admiral_touch/
  88. ^ "Car Player Android-Car Player Android Manufacturers, Suppliers and Exporters on". Alibaba.com. http://www.alibaba.com/showroom/car-player-android.html. Retrieved 2011-11-18. 
  89. ^ "Altek Leo, the 14 megapixel Android cameraphone, headed for Europe in 2011". Engadget. 2010-10-03. http://www.engadget.com/2010/10/03/altek-leo-the-14-megapixel-android-cameraphone-headed-for-euro/. Retrieved 2012-01-04. 
  90. ^ "Android powered 14MP camera phone Altek Leo coming to Europe in Q1 next year". Androinica.com. 2010-10-04. http://androinica.com/2010/10/android-powered-14mp-camera-phone-altek-leo-coming-to-europe-in-q1-next-year/. Retrieved 2012-01-04. 
  91. ^ "Android Phone + Lumix Camera = Panasonic’s LUMIX Phone 101P For Japan". TechCrunch. 2011-09-29. http://techcrunch.com/2011/09/29/android-phone-lumix-camera-panasonics-lumix-phone-101p-for-japan/. Retrieved 2012-01-04. 
  92. ^ "Panasonic Lumix Phone 101P – Digital Camera Meets Android". Phandroid.com. 2011-09-29. http://phandroid.com/2011/09/29/panasonic-lumix-phone-101p-digital-camera-meets-android/. Retrieved 2012-01-04. 
  93. ^ http://www.androidauthority.com/top-android-mp3-players-for-2011-36523/
  94. ^ "Run Android on Your Netbook or Desktop". How-To Geek. http://www.howtogeek.com/howto/22665/run-android-on-your-netbook-or-desktop/. Retrieved 2011-11-18. 
  95. ^ "Android-x86 - Porting Android to x86". http://www.android-x86.org/. 
  96. ^ "T-Mobile Unveils the T-Mobile G1 - the First Phone Powered by Android". HTC. http://www.htc.com/www/press.aspx?id=66338&lang=1033. Retrieved 2009-05-19.  AT&T's first device to run the Android OS was the Motorola Backflip.
  97. ^ Richard Wray (14 March 2010). "Google forced to delay British launch of Nexus phone". London: guardian.co.uk. http://www.guardian.co.uk/technology/2010/mar/14/google-mobile-phone-launch-delay. 
  98. ^ David Wang (19 May 2010). "How to Install Android on Your iPhone". pcworld.com. http://www.pcworld.com/article/196595/how_to_install_android_on_your_iphone.html. 
  99. ^ "Idroidproject.org". Idroidproject.org. http://www.idroidproject.org/. Retrieved 2011-08-08. 
  100. ^ Brad Molen (5 December 2011). "Ainol launches the NOVO7, the world's first Android 4.0 tablet, for $100 plus shipping". Engadget. http://www.engadget.com/2011/12/05/ainol-launches-the-novo7-the-worlds-first-android-4-0-tablet/. 
  101. ^ "Google Android now on 130M total devices, with 6B app downloads". TechCrunch. 2011-07-14. http://techcrunch.com/2011/07/14/google-android-now-on-130-million-total-devices/. Retrieved 2011-08-08. 
  102. ^ "Android Compatibility". Android Open Source Project. http://source.android.com/compatibility/index.html. Retrieved 31 December 2010. 
  103. ^ "Android Compatibility". Android Developers. http://developer.android.com/guide/practices/compatibility.html. Retrieved 31 December 2010. 
  104. ^ "Voice Actions for Android". Google.com. http://www.google.com/mobile/voice-actions/index.html. Retrieved 2011-08-08. 
  105. ^ Ganapati, Priya (June 11, 2010). "Independent App Stores Take On Google's Android Market". Wired News. http://www.wired.com/gadgetlab/2010/06/independent-app-stores-take-on-googles-android-market/. Retrieved 2011-02-02. 
  106. ^ "Android Security Overview". Android Open Source Project. http://source.android.com/tech/security/index.html. Retrieved 23 October 2011. 
  107. ^ "First SMS Trojan detected for smartphones running Android". Kaspersky Lab. http://www.kaspersky.com/news?id=207576158. Retrieved 2010-10-18. 
  108. ^ "The Mother Of All Android Malware Has Arrived". Android Police. March 6, 2011. http://www.androidpolice.com/2011/03/01/the-mother-of-all-android-malware-has-arrived-stolen-apps-released-to-the-market-that-root-your-phone-steal-your-data-and-open-backdoor/. 
  109. ^ Perez, Sarah (2009-02-12). "Android Vulnerability So Dangerous, Owners Warned Not to Use Phone's Web Browser". Readwriteweb.com. http://www.readwriteweb.com/archives/android_vulnerability_so_dangerous_shouldnt_use_web_browser.php. Retrieved 2011-08-08. 
  110. ^ "Google Responds To Android Malware, Will Fix Infected Devices And 'Remote Kill' Malicious Apps". Tech Crunch. March 6, 2011. http://techcrunch.com/2011/03/05/android-malware-rootkit-google-response/. 
  111. ^ Steve Lohr (8 May 2011). "Skyhook Wireless v. Google Case Yields E-Mail Insight". The New York Times (NYTC). ISSN 0362-4331. http://www.nytimes.com/2011/05/09/technology/09google.html?pagewanted=all. Retrieved 2 November 2011. 
  112. ^ "AppAnalysis.org: Real Time Privacy Monitoring on Smartphones". http://appanalysis.org/faq.html. Retrieved 2011-06-01. 
  113. ^ Kit Eaton (29 September 2010). "TaintDroid Tracks Leaks of Personal Data to Ad Firms". FastCompany. http://www.fastcompany.com/1692088/android-apps-leaking-your-personal-data-to-ad-firms-says-taintdroid-app. Retrieved 2 November 2011. 
  114. ^ Woyke, Elizabeth (26 September 2008). "Android's Very Own Font". Forbes. http://www.forbes.com/2008/09/25/font-android-g1-tech-wire-cx_ew_0926font.html. 
  115. ^ "Brand Guidelines". Android. 23 March 2009. http://www.android.com/branding.html. Retrieved 2009-10-30. 
  116. ^ "Android Brand Guidelines". Android. 2009-03-23. http://www.android.com/branding.html. Retrieved 2010-04-10. 
  117. ^ "Canalys: iPhone outsold all Windows Mobile phones in Q2 2009". AppleInsider. 21 August 2009. http://www.appleinsider.com/articles/09/08/21/canalys_iphone_outsold_all_windows_mobile_phones_in_q2_2009.html. Retrieved 2009-09-21. 
  118. ^ "Gartner Says Sales of Mobile Devices Grew 5.6 Percent in Third Quarter of 2011; Smartphone Sales Increased 42 Percent". 15 November 2011. http://www.gartner.com/it/page.jsp?id=1848514. Retrieved 16 November 2011. 
  119. ^ "comScore Reports February 2010 U.S. Mobile Subscriber Market Share". Comscore.com. 5 April 2010. http://www.mycomscore.net/Press_Events/Press_Releases/2010/4/comScore_Reports_February_2010_U.S._Mobile_Subscriber_Market_Share. Retrieved 24 December 2010. "RIM, 42.1%; Apple, 25.4%; Microsoft, 15.1%; Google (Android), 9.0%; Palm, 5.4%; others, 3.0%" 
  120. ^ "comScore Reports September 2010 U.S. Mobile Subscriber Market Share". Comscore.com. 3 November 2010. http://www.comscore.com/Press_Events/Press_Releases/2010/11/comScore_Reports_September_2010_U.S._Mobile_Subscriber_Market_Share. Retrieved 24 December 2010. 
  121. ^ "Android hits top spot in U.S. smartphone market". 2010-08-04. http://news.cnet.com/8301-1035_3-20012627-94.html. Retrieved 2010-08-04. 
  122. ^ Greg Sandoval (2010-08-02). "More signs iPhone under Android attack". http://news.cnet.com/8301-13579_3-20012418-37.html. Retrieved 2010-08-04. 
  123. ^ "Apple iOS Platform Outreaches Android by 59 Percent in U.S. When Accounting for Mobile Phones, Tablets and Other Connected Media Devices". comScore. 19 April 2011. http://www.comscore.com/Press_Events/Press_Releases/2011/4/. 
  124. ^ Dalrymple, Jim (28 April 2011). "The truth about Android vs. iPhone market share". http://www.loopinsight.com/2011/04/28/the-truth-about-android-vs-iphone-market-share/. 
  125. ^ "Google activates 500,000 Android devices a day, may reach 1 million in October". Yahoo News. 28 June 2011. http://old.news.yahoo.com/s/digitaltrends/20110628/tc_digitaltrends/googleactivates500000androiddevicesadaymayreach1millionbyoctober. 
  126. ^ Barra, Hugo (10 May 2011). "Android: momentum, mobile and more at Google I/O". The Official Google Blog. http://googleblog.blogspot.com/2011/05/android-momentum-mobile-and-more-at.html. Retrieved 10 May 2011. 
  127. ^ Kumparak, Greg (14 July 2011). "Android Now Seeing 550,000 Activations Per Day". Techcrunch. http://techcrunch.com/2011/07/14/android-now-seeing-550000-activations-per-day/. 
  128. ^ "Android takes almost 50% share of worldwide smart phone market". 1 August 2011. http://www.canalys.com/newsroom/android-takes-almost-50-share-worldwide-smart-phone-market. Retrieved 2011-08-05. 
  129. ^ Erick Schonfeld (13 October 2011). "Larry Page: Mobile Revenues At $2.5 Billion Run-Rate, 190 Million Android Devices". TechCrunch. http://techcrunch.com/2011/10/13/page-google-plus-40-million-mobile-2-5-billion/. Retrieved 24 October 2011. 
  130. ^ Lance Whitney (2011-11-17). "Google: 200 million Android devices now active worldwide". CNET News. http://news.cnet.com/8301-1023_3-57326649-93/google-200-million-android-devices-now-active-worldwide/. Retrieved 27-11-2011. 
  131. ^ Charlie Sorrel (2011-11-17). "Only 3.8 Million Honeycomb Tablets Sold So Far". Wired.com. http://www.wired.com/gadgetlab/2011/10/only-3-8-million-honeycomb-tablets-sold-so-far/. Retrieved 27-11-2011. 
  132. ^ "Android Platform Versions". Android Developers. 2012-01-03. http://developer.android.com/resources/dashboard/platform-versions.html. Retrieved 2012-01-03. 
  133. ^ "Google Keynote at AnDevCon II". Development Team. 2011-11-9. https://www.youtube.com/watch?v=gIIni_4fC60. 
  134. ^ "Meet Androidland: Australia opens "world-first" Android store in Melbourne". Apcmag.com. http://apcmag.com/meet-androidland-australia-opens-world-first-android-store-in-melbourne.htm. Retrieved 2011-12-10. 
  135. ^ "Android Open Source Project Frequently Asked Questions: Compatibility". source.android.com. http://source.android.com/faqs.html#compatibility. Retrieved 13 March 2011. 
  136. ^ Skyhook Wireless, Inc. vs Google, Inc (15 September 2010) (“This entirely subjective review, conducted solely by Google employees with ultimate authority to interpret the scope and meaning of the CDD as they see fit, effectively gives Google the ability to arbitrarily deem any software, feature or function 'non-compatible' with the CDD.”). Text
  137. ^ "Skyhook Wireless, Inc. vs. Google, Inc.". Social Law Library Research Portal. December 2010. http://www.socialaw.com/slip.htm?cid=20416&sid=121. Retrieved 13 March 2011. 
  138. ^ Boulton, Clint (21 October 2008). "Google Open-Sources Android on Eve of G1 Launch". eWeek. http://www.eweek.com/c/a/Mobile-and-Wireless/Google-Open-Sources-Android-on-Eve-of-G1-Launch/. Retrieved 2009-09-03. 
  139. ^ Bort, Dave (21 October 2008). "Android is now available as open source". Android Open Source Project. http://source.android.com/posts/opensource. Retrieved 2009-09-03. . Mirror link.
  140. ^ "Licenses: Android Open Source". Android Open Source Project. http://source.android.com/source/licenses.html. Retrieved 25 October 2011. 
  141. ^ Ryan Paul (2008). "Why Google chose the Apache Software License over GPLv2 for Android". Ars Technica. http://arstechnica.com/old/content/2007/11/why-google-chose-the-apache-software-license-over-gplv2.ars. Retrieved 25 October 2011. 
  142. ^ "Android issues reviewed". Code.Google.com. http://code.google.com/p/android/issues/list?q=status%3AReviewed. Retrieved 2011-08-08. 
  143. ^ "Frequently Asked Questions: What is involved in releasing the source code for a new Android version?". Android Open Source Project. http://source.android.com/faqs.html#what-is-involved-in-releasing-the-source-code-for-a-new-android-version. Retrieved 25 October 2011. 
  144. ^ "Google Android 3.0 "Honeycomb": Open source no more". ZDNet. 2011-03-24. http://www.zdnet.com/blog/google/google-android-30-honeycomb-open-source-no-more/2845. Retrieved 2011-07-10. 
  145. ^ Bray, Tim (2011-04-06). "Android Developers Blog: I think I'm having a Gene Amdahl moment". Android-developers.blogspot.com. http://android-developers.blogspot.com/2011/04/i-think-im-having-gene-amdahl-moment.html. Retrieved 2011-08-08. 
  146. ^ Honeycomb won't be open-sourced? Say it ain't so! (2011-03-24). "Honeycomb won't be open-sourced? Say it ain't so!". Androidcentral.com. http://www.androidcentral.com/google-not-open-sourcing-honeycomb-says-bloomberg. Retrieved 2011-08-08. 
  147. ^ Thom Holwerda (14 November 2011). "Android 4.0 Ice Cream Sandwich Source Code Released". OSNews. http://www.osnews.com/story/25330/Android_4_0_Ice_Cream_Sandwich_Source_Code_Released. Retrieved 28 November 2011. 
  148. ^ Niccolai, James (12 August 2010). "Update: Oracle sues Google over Java use in Android". Computerworld. International Data Group Inc. http://www.computerworld.com/s/article/9180678/Update_Oracle_sues_Google_over_Java_use_in_Android. Retrieved 20 August 2010. 
  149. ^ "Oracle's complaint against Google for Java patent infringement". scribd.com. http://www.scribd.com/doc/35811761/Oracle-s-complaint-against-Google-for-Java-patent-infringement. Retrieved 2010-08-13. 
  150. ^ Singel, Ryan (5 October 2010). "Calling Oracle Hypocritical, Google Denies Patent Infringement". Wired News. Condé Nast. http://www.wired.com/epicenter/2010/10/google-oracle-android/. Retrieved 26 December 2010. 
  151. ^ "Google Answers Oracle, Counterclaims, and Moves to Dismiss Copyright Infringement Claim". Groklaw. Pamela Jones. 5 October 2010. http://groklaw.net/article.php?story=20101005114201136. Retrieved 26 December 2010. 
  152. ^ "Google Files Sizzling Answer to Oracle's Amended Complaint and its Opposition to Motion to Dismiss; updated 2Xs". Groklaw. 11 November 2010. http://groklaw.net/article.php?story=20101111114933605. Retrieved 26 December 2010. 
  153. ^ "Microsoft collects license fees on 50% of Android devices, tells Google to "wake up"". Ars Technica. http://arstechnica.com/microsoft/news/2011/10/microsoft-collects-license-fees-on-50-of-android-devices-tells-google-to-wake-up.ars. Retrieved 2011-10-24. 
  154. ^ Mikael Ricknäs (28 September 2011). "Microsoft signs Android licensing deal with Samsung". Computerworld. http://www.computerworld.com/s/article/9220357/Microsoft_signs_Android_licensing_deal_with_Samsung. Retrieved 23 October 2011. 
  155. ^ "Google publicly accuses Apple, Microsoft, Oracle of patent bullying". http://arstechnica.com/tech-policy/news/2011/08/google-publicly-accuses-apple-microsoft-oracle-of-patent-bullying.ars. Retrieved 2011-09-28. 
  156. ^ "Google, needing patents, buys Motorola wireless for $12.5 billion". http://arstechnica.com/gadgets/news/2011/08/google-to-buy-motorola-in-effort-to-defend-itself-from-patent-bullies.ars. Retrieved 2011-09-28. 

External links